Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods


ODNameSpaceManager

Superclasses
ODObject
Subclasses
none

An object of the ODNameSpaceManager class manages the creation and deletion of name spaces among OpenDoc and any associated parts.

Description

When you open a document, the session object creates a single name-space manager object. All parts of that document share the name-space manager; you can obtain a reference to it by calling the session object's GetNameSpaceManager method (page 609).

A part creates a name space by calling the name-space manager's CreateNameSpace method (page 436). Name spaces may be arranged hierarchically to facilitate searches among multiple name spaces. To obtain a reference to an existing name space, a part calls the name-space manager's HasNameSpace method (page 438).

For additional information related to name spaces, see descriptions of the name-space classes ODNameSpace (page 428), ODObjectNameSpace (page 450), and ODValueNameSpace (page 820).

Methods

This section presents summary descriptions of the ODNameSpaceManager methods, followed by detailed descriptions in alphabetical order.

CreateNameSpace
Creates a new name space.
DeleteNameSpace
Deletes the specified name space.
HasNameSpace
Checks whether the specified name space exists and, if so, returns a reference to it.

Methods
CreateNameSpace
DeleteNameSpace
HasNameSpace

Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help